Bring mumbleclean targets into conformance with GNU coding standards.
authorJim Blandy <jimb@redhat.com>
Wed, 16 Jun 1993 23:49:07 +0000 (23:49 +0000)
committerJim Blandy <jimb@redhat.com>
Wed, 16 Jun 1993 23:49:07 +0000 (23:49 +0000)
* Makefile.in (distclean): Call clean to do most of the work.
Delete aixcc.c and TAGS.
(realclean): Just call distclean.

lib-src/Makefile.in

index c42b62520411916aa884eeb65bd764ed4a1ea573..1a8256999ea0541ee187b8629942b7198b49ed06 100644 (file)
@@ -163,14 +163,20 @@ install: ${archlibdir}
          mv ${bindir}/$${file}.new ${bindir}/$${file} ; \
         done
 
+uninstall:
+       (cd ${bindir}; \
+        rm -f ${INSTALLABLES} ${INSTALLABLE_SCRIPTS})
+       (cd ${archlibdir}; \
+        rm -f ${UTILITIES} ${INSTALLABLES} ${SCRIPTS} ${INSTALLABLE_SCRIPTS})
+
 clean mostlyclean:
        -rm -f ${INSTALLABLES} ${UTILITIES} core *.o
 
-distclean:
-       -rm -f ${INSTALLABLES} ${UTILITIES} ../etc/DOC* core *.o
+distclean: clean
+       -rm -f ../etc/DOC* *.tab.c *.tab.h aixcc.c TAGS
 
 realclean: distclean
-       -rm TAGS aixcc.c
+       true
 
 extraclean: realclean
        -rm -f *~ \#*